github.com/andybalholm/brotli.bitWriter.jumpToByteBoundary (method)

5 uses

	github.com/andybalholm/brotli (current package)
		bitwriter.go#L43: func (w *bitWriter) jumpToByteBoundary() {
		encoder.go#L27: 			e.bw.jumpToByteBoundary()
		encoder.go#L158: 		e.bw.jumpToByteBoundary()
		encoder_fast.go#L70: 			e.bw.jumpToByteBoundary()
		encoder_fast.go#L194: 		e.bw.jumpToByteBoundary()